From cf77f439137814bc0cf2a8822724c0e83db4df7f Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 3 Aug 2005 22:37:29 +0000 Subject: [PATCH] Revert coto for now. --- gpsbabel/README | 24 ------------------------ gpsbabel/testo | 16 ++++++++-------- gpsbabel/vecs.c | 2 ++ 3 files changed, 10 insertions(+), 32 deletions(-) diff --git a/gpsbabel/README b/gpsbabel/README index be28690a3..29b4529b2 100644 --- a/gpsbabel/README +++ b/gpsbabel/README @@ -941,30 +941,6 @@ THE FORMATS locales where ',' is used as decimal seperator. Contributed by Tobias Minich. - COTO - Format for cotoGPS, a Palm GPS program. It can read both - track and marker (waypoint) files. It is currently unable - to write track files, so only marker files can be written. The - marker categories are written to and read from the icon - description. The 'Not Assigned' category leaves the icon - description empty on read. Currently geocache info is ignored. - - Options: - - trackname (input) - Name for the track. Defaults to - the pdb name or file name if the pdb name is the default - ('cotoGPS TrackDB'). This is currently (Coto Version 1.3.1) - always the case. - zerocat (output) - Name for the Palm 'Not Assigned' category. - Defaults to 'Not Assigned'. - There is also a debugging option called 'internals' which - takes a XCSV delimiter value. It writes some internal - values (distance, arc, x and y) of the cotoGPS track - format to the notes field. - - URL: http://core.de/~coto/projects/cotogps/ - Contributed by Tobias Minich. - DATA FILTERS GPSBabel supports data filtering. Data filters are invoked from diff --git a/gpsbabel/testo b/gpsbabel/testo index a463d3aae..058374f91 100755 --- a/gpsbabel/testo +++ b/gpsbabel/testo @@ -784,15 +784,15 @@ compare ${TMPDIR}/dop-vdop.ref ${TMPDIR}/dop-vdop.fil # # cotoGPS test # -rm -f ${TMPDIR}/coto* +# rm -f ${TMPDIR}/coto* # Track reading -${PNAME} -i coto -f reference/cototesttrack.pdb -o xcsv,style=reference/cototest.style -F ${TMPDIR}/cototrack.csv -compare reference/cototesttrack.csv ${TMPDIR}/cototrack.csv +# ${PNAME} -i coto -f reference/cototesttrack.pdb -o xcsv,style=reference/cototest.style -F ${TMPDIR}/cototrack.csv +# compare reference/cototesttrack.csv ${TMPDIR}/cototrack.csv # Marker read/write -${PNAME} -i coto -f reference/cototestmarker.pdb -o xcsv,style=reference/cototest.style -F ${TMPDIR}/cotomarker.csv -${PNAME} -i gpx -f reference/cototestmarker.gpx -o xcsv,style=reference/cototest.style -F ${TMPDIR}/cotomarkergpx.csv -compare ${TMPDIR}/cotomarker.csv ${TMPDIR}/cotomarkergpx.csv -${PNAME} -i gpx -f reference/cototestmarker.gpx -o coto -F ${TMPDIR}/cotomarker.pdb -compare reference/cototestmarker.pdb ${TMPDIR}/cotomarker.pdb +# ${PNAME} -i coto -f reference/cototestmarker.pdb -o xcsv,style=reference/cototest.style -F ${TMPDIR}/cotomarker.csv +# ${PNAME} -i gpx -f reference/cototestmarker.gpx -o xcsv,style=reference/cototest.style -F ${TMPDIR}/cotomarkergpx.csv +# compare ${TMPDIR}/cotomarker.csv ${TMPDIR}/cotomarkergpx.csv +# ${PNAME} -i gpx -f reference/cototestmarker.gpx -o coto -F ${TMPDIR}/cotomarker.pdb +# compare reference/cototestmarker.pdb ${TMPDIR}/cotomarker.pdb exit 0 diff --git a/gpsbabel/vecs.c b/gpsbabel/vecs.c index 647021d84..a1656ee71 100644 --- a/gpsbabel/vecs.c +++ b/gpsbabel/vecs.c @@ -420,12 +420,14 @@ vecs_t vec_list[] = { "Motorrad Routenplaner (Map&Guide) .bcr files", "bcr" }, +#if 0 { &coto_vecs, "coto", "cotoGPS for Palm/OS", NULL }, +#endif { NULL, NULL, -- 2.30.2